.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: white;
    border-bottom: 1px solid #f6f6f6;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.headerMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 13px;
}

.herderLeft {
    max-width: 40%;
}

.herderLink {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .herderLink img {
        height: 50px;
        width: 360px;
    }

.slogan {
    font-size: 15px;
    letter-spacing: 1px;
    color: #022644;
    line-height: 1;
    margin-top: 6px;
}

.theNav {
    display: flex;
    justify-content: flex-end;
}

.navItem {
    margin-left: 30px;
    line-height: 1;
    font-size: 15px;
    color: #333;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: 1px;
}

    .navItem.active, .navItem:hover {
        color: #022644;
        border-bottom: 2px solid #ff9e40;
		box-sizing: border-box;
    }

.forHeight {
    width: 100%;
    padding-top: 83px;
}

.theFooter {
    width: 100%;
    background-color: #4e515f;
    padding-top: 60px;
}

.theFooterMain {
    padding-bottom: 40px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.theFooterLeft {
    display: flex;
    flex-direction: column;
    width: 90px;
}

.theFooterLeftHref {
    color: white;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 15px;
    letter-spacing: 2px;
}

    .theFooterLeftHref:hover {
        font-weight: bold;
    }

.theFooterCenter {
    display: flex;
}

.erCodeBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 92px;
    margin-left: 20px;
    margin-right: 20px;
}

.erCodePic {
    width: 92px;
    height: 92px;
}

.erCodeText {
    margin-top: 6px;
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}

.theFooterRight {
    color: white;
}

.theFooterRightTop {
    font-size: 17px;
    letter-spacing: 1px;
}

.theFooterRightMark {
    font-size: 18px;
    background-color: white;
    line-height: 1;
    margin-left: 5px;
    padding: 3px 8px 2px 7px;
    font-weight: normal;
    color: #4e515f;
    border-radius: 4px;
}

.theFooterRightText {
    margin-top: 11px;
    font-size: 13px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.9);
}

footer {
    height: 58px;
    line-height: 60px;
    width: 100%;
    background-color: #3a3c49;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
}

.paiCloud {
    color: rgba(255,255,255,0.8);
    margin-left: 10px;
}

    .paiCloud:hover {
        color: white;
    }
